home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr44 / xlib06p1.zip / XPLANPUT.H < prev    next >
C/C++ Source or Header  |  1995-03-17  |  349b  |  19 lines

  1. #ifndef XPLANPUT_H
  2. #define XPLANPUT_H
  3.  
  4. #include "xdefs.h"
  5.  
  6. void x_set_write_plane(
  7.   BYTE bPlane
  8. );
  9.  
  10.  
  11. void x_put_plane_masked_pbm(  /* Copy a planar bitmap from SRAM masking */
  12.   xScreenCoord_t X,    /* only non zero pixels to VRAM           */
  13.   xScreenCoord_t Y,
  14.   xPageHandle_t ScrnOffs,
  15.   BYTE * Bitmap
  16. );
  17.  
  18. #endif //XPLANPUT_H
  19.